home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / OptionTab2.h < prev    next >
C/C++ Source or Header  |  2002-05-18  |  2KB  |  69 lines

  1. #if !defined(AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7.  
  8. #include "BuildOptions.h"
  9.  
  10. // OptionTab2.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // COptionTab2 dialog
  15.  
  16. class COptionTab2 : public CPropertyPage
  17. {
  18.     DECLARE_DYNCREATE(COptionTab2)
  19.  
  20. // Construction
  21. public:
  22.     COptionTab2();
  23.     ~COptionTab2();
  24.     CBuildOptions      Bopt;
  25.   int modify;
  26.   char* GetTip(int id);
  27.  
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(COptionTab2)
  31.     enum { IDD = IDD_OPTION2 };
  32.     CComboBox    m_ctl_build;
  33.     CButton    m_buildopt;
  34.     int        m_build;
  35.     BOOL    m_dos;
  36.     BOOL    m_errpage;
  37.     BOOL    m_external;
  38.     BOOL    m_nopurge;
  39.     BOOL    m_hidepwd;
  40.     BOOL    m_hidequery;
  41.     BOOL    m_iso9660;
  42.     //}}AFX_DATA
  43.  
  44.  
  45. // Overrides
  46.     // ClassWizard generate virtual function overrides
  47.     //{{AFX_VIRTUAL(COptionTab2)
  48.     protected:
  49.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50.     //}}AFX_VIRTUAL
  51.  
  52. // Implementation
  53. protected:
  54.     // Generated message map functions
  55.     //{{AFX_MSG(COptionTab2)
  56.     afx_msg void Onbuildopt();
  57.     virtual BOOL OnInitDialog();
  58.     afx_msg void OnSelchangebuild();
  59.     //}}AFX_MSG
  60.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  61.     DECLARE_MESSAGE_MAP()
  62.  
  63. };
  64.  
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  67.  
  68. #endif // !defined(AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  69.